Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


UAMAuthBlk Structure

The UAMAuthBlk structure is passed as a field in a UAMArgs structure when the value of UAMArgs.command is kUAMLogin .

struct UAMAuthBlk {
    StringPtr   userName;
    UInt8 *     password;
    OTAddress   *srvrAddress;
};
userName
On input, a pointer to a 64-byte Pascal string that contains the name of the user who is to be authenticated.
password
On input, a pointer to a 64-byte value that contains the user's password.
OTAddress
On input, a pointer to an OTAddress that contains the address of the server.

© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)